home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 30 / PC Gamer IT CD 30 1-2.iso / MEDIA / Net.dxr / Internal_21.ls < prev    next >
Encoding:
Text File  |  1998-03-03  |  661 b   |  28 lines

  1. on prepare frame
  2.   set the ink of sprite 30 to 0
  3.   set the ink of sprite 31 to 0
  4.   set the ink of sprite 32 to 0
  5.   set the ink of sprite 33 to 0
  6.   set the ink of sprite 34 to 0
  7.   set the ink of sprite 35 to 0
  8.   set the ink of sprite 36 to 0
  9.   set the ink of sprite 37 to 0
  10.   updateStage()
  11. end
  12.  
  13. on exitFrame
  14.   pointCursor(31)
  15.   pointCursor(33)
  16.   pointCursor(35)
  17.   pointCursor(37)
  18.   set the visible of sprite 31 to rollOver(30)
  19.   set the visible of sprite 33 to rollOver(32)
  20.   set the visible of sprite 35 to rollOver(34)
  21.   set the visible of sprite 37 to rollOver(36)
  22.   go(the frame)
  23. end
  24.  
  25. on pointCursor spriteNum
  26.   set the cursor of sprite spriteNum to 280
  27. end
  28.